home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set ActiveStartspr to 3
- set reseaux to ActiveStartspr
- set reseauxBall to 4
- set startBall to 11
- set superpositionBall to startBall
- set interconnexionBall to startBall + 1
- set integrationBall to startBall + 2
- set startHighLightSpr to 14
- set superposition to startHighLightSpr
- set interconnexion to startHighLightSpr + 1
- set integration to startHighLightSpr + 2
- set startHotSpot to 17
- set superpositionHS to startHotSpot
- set interconnexionHS to startHotSpot + 1
- set integrationHS to startHotSpot + 2
- updateStage()
- set ro to rollOver()
- puppetizeExclude(0, ro - (startHotSpot - startHighLightSpr), superposition, integration)
- case ro of
- reseaux, reseauxBall:
- go(the frame)
- superpositionHS, superpositionBall:
- puppetSprite(superposition, 1)
- set the member of sprite superposition to member "superposition"
- updateStage()
- go(the frame)
- set integrationBall to startBall + 2
- interconnexionHS, interconnexionBall:
- puppetSprite(interconnexion, 1)
- set the member of sprite interconnexion to member "interconnexion"
- updateStage()
- go(the frame)
- integrationHS, integrationBall:
- puppetSprite(integration, 1)
- set the member of sprite integration to member "integration"
- updateStage()
- go(the frame)
- otherwise:
- depuppetize(superposition, integration)
- updateStage()
- go("reseauxClose")
- end case
- end
-
- on exitFrame
- go(the frame)
- end
-